home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- repeat while the mouseDown
- if (the mouseV > 68) and (the mouseV < 135) then
- set the locV of sprite the clickOn to the mouseV - 3
- set the height of sprite 35 to the mouseV - 70
- set the soundLevel to 8 - (the height of sprite 35 * 1.0 / 64 * 8) - 0.10000000000000001
- updateStage()
- end if
- end repeat
- end
-
- on mouseUp
- set the soundLevel to 8 - (the height of sprite 35 * 1.0 / 64 * 8) - 0.10000000000000001
- beep()
- end
-